Skip to content

Conversation

@bschelst
Copy link
Contributor

@bschelst bschelst commented Jan 12, 2026

Add Steam Status Decky

Displays real-time Steam service status, player counts, and service health directly on Steam Deck, game mode.

Features:

  • Steam service status monitoring, informing user if steam is down, using a dedicated API gateway.

    • Service outage detection and notifications
    • Regional server status
    • API gateway caching => no errors in case API gateway is down.
    • This is polling the API gateway every 5 minutes, user has the option to refresh manually once (he/she can refresh again after 30 seconds, but the API gateway will rate limit.) and to decrease the polling interval.
  • Player count tracking with 48-hour history.

    • in case there is a problem, it will be visible in amount users who are online.
  • Trending (steam deck) games display

    • Shows the top 5 trending games on Steam , clickable. Only games running on steamdeck/Linux will be shown. [based on protondb]
  • Options to disable/enable:

    • History (by default it will show a warning in the plugin if there was an outage last hour)
    • Trending games
    • Notifications (no notification if steam service is down)
  • Documentation & translations available in almost all steam languages. (only in plugin)

    • Note: This was done using Google translate. So they will need to be updated in the future.

Personal testing notes

  • Of course, it's difficult to test steam service outages. For this reason added outage simulations on the API gateway, which simulates an outage/recovery.

screenshot1
screenshot2
Screenshot_20260113_002912

Task Checklist

Developer

  • I am the original author or an authorized maintainer of this plugin.
  • I have abided by the licenses of the libraries I am utilizing, including attaching license notices where appropriate.

Plugin

  • I have verified that my plugin works properly on the Stable and Beta update channels of SteamOS.
  • I have verified my plugin is unique or provides more/alternative functionality to a plugin already on the store.

Backend

  • No: I am using a custom backend other than Python.
  • No: I am using a tool or software from a 3rd party FOSS project that does not have it's dependencies statically linked.
  • No: I am using a custom binary that has all of it's dependencies statically linked.

Community

  • I have tested and left feedback on two other pull requests for new or updating plugins.
  • I have commented links to my testing report in this PR.

Testing

  • Tested by a third party on SteamOS Stable or Beta update channel.

  Displays real-time Steam service status, player counts, and service health directly on Steam Deck.

  Features:
  - Real-time Steam service status monitoring
  - Player count tracking with 24-hour history
  - Service outage detection and notifications
  - Regional server status
  - Trending games display
  - Network diagnostics tools

  Repository: https://github.com/bschelst/steamstatus-decky
  Version: 1.2.3
@bschelst bschelst requested a review from a team as a code owner January 12, 2026 23:51
@github-actions github-actions bot added the not-plugin Not related to plugins themselves label Jan 12, 2026
@github-actions
Copy link

Issues Found

No issues with your PR description were found.

Next Steps

  1. If we found any issues above, please edit your pull request description to resolve them and leave a comment saying you've done so.
  2. For the quickest review, please see the Community section of the pull request template for how you can help other developers.
  3. Once your description is correct, a maintainer will review your pull request as soon as possible.

Thank you for your contribution! If you need any help, please reach out on our Discord server. ❤️

@bschelst
Copy link
Contributor Author

Plugin test reports:
#922 (comment)
#946 (comment)

@github-actions github-actions bot added the plugin-addition Adding a plugin to the Plugin Store label Jan 13, 2026
Copy link
Member

@EMERALD0874 EMERALD0874 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couldn't fully review, but I caught a couple potentially large issues:

  • You seem to be on an outdated commit. Is this intentional?
  • You can't include your own update system that bypasses Decky's plugin store system on a Decky plugin store entry. Please remove all references to this custom update system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

not-plugin Not related to plugins themselves plugin-addition Adding a plugin to the Plugin Store

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants